[INFO] fetching crate yacurses 0.2.5...
[INFO] fixing yacurses-0.2.5 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] extracting crate yacurses 0.2.5 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate yacurses 0.2.5
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate yacurses 0.2.5
[INFO] tweaked toml for crates.io crate yacurses 0.2.5 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate yacurses 0.2.5 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate yacurses 0.2.5 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] e1abc3e48c47c7dc61ddfb352a632776201adcbd37e36a482be67999a1cba33f
[INFO] running `Command { std: "docker" "start" "e1abc3e48c47c7dc61ddfb352a632776201adcbd37e36a482be67999a1cba33f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e1abc3e48c47c7dc61ddfb352a632776201adcbd37e36a482be67999a1cba33f" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e1abc3e48c47c7dc61ddfb352a632776201adcbd37e36a482be67999a1cba33f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e1abc3e48c47c7dc61ddfb352a632776201adcbd37e36a482be67999a1cba33f" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Compiling yacurses v0.2.5 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating build.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating src/lib.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating examples/demo.rs from 2018 edition to 2021
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
[INFO] [stderr] crater-edition-check: yacurses v0.2.5 (/opt/rustwide/workdir) updating edition from 2018 to 2021
[INFO] [stderr]    Compiling yacurses v0.2.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead
[INFO] [stdout]   --> src/lib.rs:59:17
[INFO] [stdout]    |
[INFO] [stdout] 59 | use std::panic::PanicInfo;
[INFO] [stdout]    |                 ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead
[INFO] [stdout]    --> src/lib.rs:102:30
[INFO] [stdout]     |
[INFO] [stdout] 102 | type PanicHook = Box<dyn Fn(&PanicInfo) + Sync + Send + 'static>;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead
[INFO] [stdout]   --> src/lib.rs:59:17
[INFO] [stdout]    |
[INFO] [stdout] 59 | use std::panic::PanicInfo;
[INFO] [stdout]    |                 ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead
[INFO] [stdout]    --> src/lib.rs:102:30
[INFO] [stdout]     |
[INFO] [stdout] 102 | type PanicHook = Box<dyn Fn(&PanicInfo) + Sync + Send + 'static>;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 963 |   acs_getter!(acs_block, '0', "Solid square block, but sometimes a hash.");
[INFO] [stdout]     |   ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 964 |   acs_getter!(acs_board, 'h', "Board of squares, often just a hash.");
[INFO] [stdout]     |   ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 965 |   acs_getter!(acs_btee, 'v', "Bottom T");
[INFO] [stdout]     |   -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 966 |   acs_getter!(acs_bullet, '~', "Bullet point");
[INFO] [stdout]     |   -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 967 |   acs_getter!(acs_ckboard, 'a', "Checkerboard, usually like a 50% stipple");
[INFO] [stdout]     |   ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 968 |   acs_getter!(acs_darrow, '.', "Down arrow");
[INFO] [stdout]     |   ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 969 |   acs_getter!(acs_degree, 'f', "Degree symbol (like with an angle)");
[INFO] [stdout]     |   ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 970 |   acs_getter!(acs_diamond, '`', "Diamond");
[INFO] [stdout]     |   ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 971 |   acs_getter!(acs_gequal, 'z', "Greater-than or equal to.");
[INFO] [stdout]     |   --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 972 |   acs_getter!(acs_hline, 'q', "Horizontal line");
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 973 |   acs_getter!(acs_lantern, 'i', "Lantern symbol");
[INFO] [stdout]     |   ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 974 |   acs_getter!(acs_larrow, ',', "Left arrow");
[INFO] [stdout]     |   ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 975 |   acs_getter!(acs_lequal, 'y', "Less-than or equal to.");
[INFO] [stdout]     |   ------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 976 |   acs_getter!(acs_llcorner, 'm', "Lower left corner of a box.");
[INFO] [stdout]     |   ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 977 |   acs_getter!(acs_lrcorner, 'j', "Lower right corner of a box.");
[INFO] [stdout]     |   -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 978 |   acs_getter!(acs_ltee, 't', "Left T");
[INFO] [stdout]     |   ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 979 |   acs_getter!(acs_nequal, '|', "Not-equal to.");
[INFO] [stdout]     |   --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 980 |   acs_getter!(acs_pi, '{', "Pi");
[INFO] [stdout]     |   ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 981 |   acs_getter!(acs_plminus, 'g', "Plus/Minus");
[INFO] [stdout]     |   ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 982 |   acs_getter!(acs_plus, 'n', "Plus shaped \"line\" in all four directions");
[INFO] [stdout]     |   ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 983 |   acs_getter!(acs_rarrow, '+', "Right arrow");
[INFO] [stdout]     |   ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 984 |   acs_getter!(acs_rtee, 'u', "Right T");
[INFO] [stdout]     |   ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 985 |   acs_getter!(acs_s1, 'o', "Horizontal Scanline 1");
[INFO] [stdout]     |   ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 986 |   acs_getter!(acs_s3, 'p', "Horizontal Scanline 3");
[INFO] [stdout]     |   ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 987 |   acs_getter!(acs_s7, 'r', "Horizontal Scanline 7");
[INFO] [stdout]     |   ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 988 |   acs_getter!(acs_s9, 's', "Horizontal Scanline 9");
[INFO] [stdout]     |   ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 989 |   acs_getter!(acs_sterling, '}', "British pounds sterling.");
[INFO] [stdout]     |   ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 990 |   acs_getter!(acs_ttee, 'w', "Top T");
[INFO] [stdout]     |   ----------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 991 |   acs_getter!(acs_uarrow, '-', "Up arrow");
[INFO] [stdout]     |   ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 992 |   acs_getter!(acs_ulcorner, 'l', "Upper left corner of a box.");
[INFO] [stdout]     |   ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 993 |   acs_getter!(acs_urcorner, 'k', "Upper right corner of a box.");
[INFO] [stdout]     |   -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 994 |   acs_getter!(acs_vline, 'x', "Vertical line");
[INFO] [stdout]     |   -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 963 |   acs_getter!(acs_block, '0', "Solid square block, but sometimes a hash.");
[INFO] [stdout]     |   ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 964 |   acs_getter!(acs_board, 'h', "Board of squares, often just a hash.");
[INFO] [stdout]     |   ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 965 |   acs_getter!(acs_btee, 'v', "Bottom T");
[INFO] [stdout]     |   -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 966 |   acs_getter!(acs_bullet, '~', "Bullet point");
[INFO] [stdout]     |   -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 967 |   acs_getter!(acs_ckboard, 'a', "Checkerboard, usually like a 50% stipple");
[INFO] [stdout]     |   ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 968 |   acs_getter!(acs_darrow, '.', "Down arrow");
[INFO] [stdout]     |   ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 969 |   acs_getter!(acs_degree, 'f', "Degree symbol (like with an angle)");
[INFO] [stdout]     |   ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 970 |   acs_getter!(acs_diamond, '`', "Diamond");
[INFO] [stdout]     |   ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 971 |   acs_getter!(acs_gequal, 'z', "Greater-than or equal to.");
[INFO] [stdout]     |   --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 972 |   acs_getter!(acs_hline, 'q', "Horizontal line");
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 973 |   acs_getter!(acs_lantern, 'i', "Lantern symbol");
[INFO] [stdout]     |   ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 974 |   acs_getter!(acs_larrow, ',', "Left arrow");
[INFO] [stdout]     |   ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 975 |   acs_getter!(acs_lequal, 'y', "Less-than or equal to.");
[INFO] [stdout]     |   ------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 976 |   acs_getter!(acs_llcorner, 'm', "Lower left corner of a box.");
[INFO] [stdout]     |   ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 977 |   acs_getter!(acs_lrcorner, 'j', "Lower right corner of a box.");
[INFO] [stdout]     |   -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 978 |   acs_getter!(acs_ltee, 't', "Left T");
[INFO] [stdout]     |   ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 979 |   acs_getter!(acs_nequal, '|', "Not-equal to.");
[INFO] [stdout]     |   --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 980 |   acs_getter!(acs_pi, '{', "Pi");
[INFO] [stdout]     |   ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 981 |   acs_getter!(acs_plminus, 'g', "Plus/Minus");
[INFO] [stdout]     |   ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 982 |   acs_getter!(acs_plus, 'n', "Plus shaped \"line\" in all four directions");
[INFO] [stdout]     |   ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 983 |   acs_getter!(acs_rarrow, '+', "Right arrow");
[INFO] [stdout]     |   ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 984 |   acs_getter!(acs_rtee, 'u', "Right T");
[INFO] [stdout]     |   ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 985 |   acs_getter!(acs_s1, 'o', "Horizontal Scanline 1");
[INFO] [stdout]     |   ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 986 |   acs_getter!(acs_s3, 'p', "Horizontal Scanline 3");
[INFO] [stdout]     |   ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 987 |   acs_getter!(acs_s7, 'r', "Horizontal Scanline 7");
[INFO] [stdout]     |   ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 988 |   acs_getter!(acs_s9, 's', "Horizontal Scanline 9");
[INFO] [stdout]     |   ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 989 |   acs_getter!(acs_sterling, '}', "British pounds sterling.");
[INFO] [stdout]     |   ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 990 |   acs_getter!(acs_ttee, 'w', "Top T");
[INFO] [stdout]     |   ----------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 991 |   acs_getter!(acs_uarrow, '-', "Up arrow");
[INFO] [stdout]     |   ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 992 |   acs_getter!(acs_ulcorner, 'l', "Upper left corner of a box.");
[INFO] [stdout]     |   ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 993 |   acs_getter!(acs_urcorner, 'k', "Upper right corner of a box.");
[INFO] [stdout]     |   -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 994 |   acs_getter!(acs_vline, 'x', "Vertical line");
[INFO] [stdout]     |   -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2018 edition to 2021
[INFO] [stderr]     Checking yacurses v0.2.5 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed src/curses_common.rs (2 fixes)
[INFO] [stderr]        Fixed src/lib.rs (2 fixes)
[INFO] [stderr]        Fixed src/ncurses.rs (1 fix)
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 963 |   acs_getter!(acs_block, '0', "Solid square block, but sometimes a hash.");
[INFO] [stdout]     |   ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `--force-warn static-mut-refs` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 964 |   acs_getter!(acs_board, 'h', "Board of squares, often just a hash.");
[INFO] [stdout]     |   ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 965 |   acs_getter!(acs_btee, 'v', "Bottom T");
[INFO] [stdout]     |   -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 966 |   acs_getter!(acs_bullet, '~', "Bullet point");
[INFO] [stdout]     |   -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 967 |   acs_getter!(acs_ckboard, 'a', "Checkerboard, usually like a 50% stipple");
[INFO] [stdout]     |   ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 968 |   acs_getter!(acs_darrow, '.', "Down arrow");
[INFO] [stdout]     |   ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 969 |   acs_getter!(acs_degree, 'f', "Degree symbol (like with an angle)");
[INFO] [stdout]     |   ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 970 |   acs_getter!(acs_diamond, '`', "Diamond");
[INFO] [stdout]     |   ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 971 |   acs_getter!(acs_gequal, 'z', "Greater-than or equal to.");
[INFO] [stdout]     |   --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 972 |   acs_getter!(acs_hline, 'q', "Horizontal line");
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 973 |   acs_getter!(acs_lantern, 'i', "Lantern symbol");
[INFO] [stdout]     |   ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 974 |   acs_getter!(acs_larrow, ',', "Left arrow");
[INFO] [stdout]     |   ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 975 |   acs_getter!(acs_lequal, 'y', "Less-than or equal to.");
[INFO] [stdout]     |   ------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 976 |   acs_getter!(acs_llcorner, 'm', "Lower left corner of a box.");
[INFO] [stdout]     |   ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 977 |   acs_getter!(acs_lrcorner, 'j', "Lower right corner of a box.");
[INFO] [stdout]     |   -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 978 |   acs_getter!(acs_ltee, 't', "Left T");
[INFO] [stdout]     |   ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 979 |   acs_getter!(acs_nequal, '|', "Not-equal to.");
[INFO] [stdout]     |   --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 980 |   acs_getter!(acs_pi, '{', "Pi");
[INFO] [stdout]     |   ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 981 |   acs_getter!(acs_plminus, 'g', "Plus/Minus");
[INFO] [stdout]     |   ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 982 |   acs_getter!(acs_plus, 'n', "Plus shaped \"line\" in all four directions");
[INFO] [stdout]     |   ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 983 |   acs_getter!(acs_rarrow, '+', "Right arrow");
[INFO] [stdout]     |   ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 984 |   acs_getter!(acs_rtee, 'u', "Right T");
[INFO] [stdout]     |   ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 985 |   acs_getter!(acs_s1, 'o', "Horizontal Scanline 1");
[INFO] [stdout]     |   ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 986 |   acs_getter!(acs_s3, 'p', "Horizontal Scanline 3");
[INFO] [stdout]     |   ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 987 |   acs_getter!(acs_s7, 'r', "Horizontal Scanline 7");
[INFO] [stdout]     |   ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 988 |   acs_getter!(acs_s9, 's', "Horizontal Scanline 9");
[INFO] [stdout]     |   ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 989 |   acs_getter!(acs_sterling, '}', "British pounds sterling.");
[INFO] [stdout]     |   ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 990 |   acs_getter!(acs_ttee, 'w', "Top T");
[INFO] [stdout]     |   ----------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 991 |   acs_getter!(acs_uarrow, '-', "Up arrow");
[INFO] [stdout]     |   ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 992 |   acs_getter!(acs_ulcorner, 'l', "Upper left corner of a box.");
[INFO] [stdout]     |   ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 993 |   acs_getter!(acs_urcorner, 'k', "Upper right corner of a box.");
[INFO] [stdout]     |   -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 994 |   acs_getter!(acs_vline, 'x', "Vertical line");
[INFO] [stdout]     |   -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 963 |   acs_getter!(acs_block, '0', "Solid square block, but sometimes a hash.");
[INFO] [stdout]     |   ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `--force-warn static-mut-refs` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 964 |   acs_getter!(acs_board, 'h', "Board of squares, often just a hash.");
[INFO] [stdout]     |   ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 965 |   acs_getter!(acs_btee, 'v', "Bottom T");
[INFO] [stdout]     |   -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 966 |   acs_getter!(acs_bullet, '~', "Bullet point");
[INFO] [stdout]     |   -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 967 |   acs_getter!(acs_ckboard, 'a', "Checkerboard, usually like a 50% stipple");
[INFO] [stdout]     |   ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 968 |   acs_getter!(acs_darrow, '.', "Down arrow");
[INFO] [stdout]     |   ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 969 |   acs_getter!(acs_degree, 'f', "Degree symbol (like with an angle)");
[INFO] [stdout]     |   ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 970 |   acs_getter!(acs_diamond, '`', "Diamond");
[INFO] [stdout]     |   ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 971 |   acs_getter!(acs_gequal, 'z', "Greater-than or equal to.");
[INFO] [stdout]     |   --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 972 |   acs_getter!(acs_hline, 'q', "Horizontal line");
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 973 |   acs_getter!(acs_lantern, 'i', "Lantern symbol");
[INFO] [stdout]     |   ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 974 |   acs_getter!(acs_larrow, ',', "Left arrow");
[INFO] [stdout]     |   ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 975 |   acs_getter!(acs_lequal, 'y', "Less-than or equal to.");
[INFO] [stdout]     |   ------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 976 |   acs_getter!(acs_llcorner, 'm', "Lower left corner of a box.");
[INFO] [stdout]     |   ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 977 |   acs_getter!(acs_lrcorner, 'j', "Lower right corner of a box.");
[INFO] [stdout]     |   -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 978 |   acs_getter!(acs_ltee, 't', "Left T");
[INFO] [stdout]     |   ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 979 |   acs_getter!(acs_nequal, '|', "Not-equal to.");
[INFO] [stdout]     |   --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 980 |   acs_getter!(acs_pi, '{', "Pi");
[INFO] [stdout]     |   ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 981 |   acs_getter!(acs_plminus, 'g', "Plus/Minus");
[INFO] [stdout]     |   ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 982 |   acs_getter!(acs_plus, 'n', "Plus shaped \"line\" in all four directions");
[INFO] [stdout]     |   ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 983 |   acs_getter!(acs_rarrow, '+', "Right arrow");
[INFO] [stdout]     |   ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 984 |   acs_getter!(acs_rtee, 'u', "Right T");
[INFO] [stdout]     |   ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 985 |   acs_getter!(acs_s1, 'o', "Horizontal Scanline 1");
[INFO] [stdout]     |   ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 986 |   acs_getter!(acs_s3, 'p', "Horizontal Scanline 3");
[INFO] [stdout]     |   ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 987 |   acs_getter!(acs_s7, 'r', "Horizontal Scanline 7");
[INFO] [stdout]     |   ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 988 |   acs_getter!(acs_s9, 's', "Horizontal Scanline 9");
[INFO] [stdout]     |   ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 989 |   acs_getter!(acs_sterling, '}', "British pounds sterling.");
[INFO] [stdout]     |   ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 990 |   acs_getter!(acs_ttee, 'w', "Top T");
[INFO] [stdout]     |   ----------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 991 |   acs_getter!(acs_uarrow, '-', "Up arrow");
[INFO] [stdout]     |   ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 992 |   acs_getter!(acs_ulcorner, 'l', "Upper left corner of a box.");
[INFO] [stdout]     |   ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 993 |   acs_getter!(acs_urcorner, 'k', "Upper right corner of a box.");
[INFO] [stdout]     |   -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 994 |   acs_getter!(acs_vline, 'x', "Vertical line");
[INFO] [stdout]     |   -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this warning originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating examples/demo.rs from 2021 edition to 2024
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
[INFO] [stderr] crater-edition-check: yacurses v0.2.5 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]    Compiling yacurses v0.2.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead
[INFO] [stdout]   --> src/lib.rs:59:17
[INFO] [stdout]    |
[INFO] [stdout] 59 | use std::panic::PanicInfo;
[INFO] [stdout]    |                 ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead
[INFO] [stdout]    --> src/lib.rs:102:30
[INFO] [stdout]     |
[INFO] [stdout] 102 | type PanicHook = Box<dyn Fn(&PanicInfo) + Sync + Send + 'static>;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead
[INFO] [stdout]   --> src/lib.rs:59:17
[INFO] [stdout]    |
[INFO] [stdout] 59 | use std::panic::PanicInfo;
[INFO] [stdout]    |                 ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead
[INFO] [stdout]    --> src/lib.rs:102:30
[INFO] [stdout]     |
[INFO] [stdout] 102 | type PanicHook = Box<dyn Fn(&PanicInfo) + Sync + Send + 'static>;
[INFO] [stdout]     |                              ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 963 |   acs_getter!(acs_block, '0', "Solid square block, but sometimes a hash.");
[INFO] [stdout]     |   ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `#[deny(static_mut_refs)]` (part of `#[deny(rust_2024_compatibility)]`) on by default
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 964 |   acs_getter!(acs_board, 'h', "Board of squares, often just a hash.");
[INFO] [stdout]     |   ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 965 |   acs_getter!(acs_btee, 'v', "Bottom T");
[INFO] [stdout]     |   -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 966 |   acs_getter!(acs_bullet, '~', "Bullet point");
[INFO] [stdout]     |   -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 967 |   acs_getter!(acs_ckboard, 'a', "Checkerboard, usually like a 50% stipple");
[INFO] [stdout]     |   ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 968 |   acs_getter!(acs_darrow, '.', "Down arrow");
[INFO] [stdout]     |   ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 969 |   acs_getter!(acs_degree, 'f', "Degree symbol (like with an angle)");
[INFO] [stdout]     |   ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 970 |   acs_getter!(acs_diamond, '`', "Diamond");
[INFO] [stdout]     |   ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 971 |   acs_getter!(acs_gequal, 'z', "Greater-than or equal to.");
[INFO] [stdout]     |   --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 972 |   acs_getter!(acs_hline, 'q', "Horizontal line");
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 973 |   acs_getter!(acs_lantern, 'i', "Lantern symbol");
[INFO] [stdout]     |   ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 974 |   acs_getter!(acs_larrow, ',', "Left arrow");
[INFO] [stdout]     |   ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 975 |   acs_getter!(acs_lequal, 'y', "Less-than or equal to.");
[INFO] [stdout]     |   ------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 976 |   acs_getter!(acs_llcorner, 'm', "Lower left corner of a box.");
[INFO] [stdout]     |   ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 977 |   acs_getter!(acs_lrcorner, 'j', "Lower right corner of a box.");
[INFO] [stdout]     |   -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 978 |   acs_getter!(acs_ltee, 't', "Left T");
[INFO] [stdout]     |   ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 979 |   acs_getter!(acs_nequal, '|', "Not-equal to.");
[INFO] [stdout]     |   --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 980 |   acs_getter!(acs_pi, '{', "Pi");
[INFO] [stdout]     |   ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 981 |   acs_getter!(acs_plminus, 'g', "Plus/Minus");
[INFO] [stdout]     |   ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 982 |   acs_getter!(acs_plus, 'n', "Plus shaped \"line\" in all four directions");
[INFO] [stdout]     |   ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 983 |   acs_getter!(acs_rarrow, '+', "Right arrow");
[INFO] [stdout]     |   ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 984 |   acs_getter!(acs_rtee, 'u', "Right T");
[INFO] [stdout]     |   ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 985 |   acs_getter!(acs_s1, 'o', "Horizontal Scanline 1");
[INFO] [stdout]     |   ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 986 |   acs_getter!(acs_s3, 'p', "Horizontal Scanline 3");
[INFO] [stdout]     |   ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 987 |   acs_getter!(acs_s7, 'r', "Horizontal Scanline 7");
[INFO] [stdout]     |   ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 988 |   acs_getter!(acs_s9, 's', "Horizontal Scanline 9");
[INFO] [stdout]     |   ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 989 |   acs_getter!(acs_sterling, '}', "British pounds sterling.");
[INFO] [stdout]     |   ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 990 |   acs_getter!(acs_ttee, 'w', "Top T");
[INFO] [stdout]     |   ----------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 991 |   acs_getter!(acs_uarrow, '-', "Up arrow");
[INFO] [stdout]     |   ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 992 |   acs_getter!(acs_ulcorner, 'l', "Upper left corner of a box.");
[INFO] [stdout]     |   ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 993 |   acs_getter!(acs_urcorner, 'k', "Upper right corner of a box.");
[INFO] [stdout]     |   -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 994 |   acs_getter!(acs_vline, 'x', "Vertical line");
[INFO] [stdout]     |   -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `yacurses` (lib) due to 32 previous errors; 2 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 963 |   acs_getter!(acs_block, '0', "Solid square block, but sometimes a hash.");
[INFO] [stdout]     |   ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `#[deny(static_mut_refs)]` (part of `#[deny(rust_2024_compatibility)]`) on by default
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `yacurses` (lib test) due to 32 previous errors; 2 warnings emitted
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 964 |   acs_getter!(acs_board, 'h', "Board of squares, often just a hash.");
[INFO] [stdout]     |   ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 965 |   acs_getter!(acs_btee, 'v', "Bottom T");
[INFO] [stdout]     |   -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 966 |   acs_getter!(acs_bullet, '~', "Bullet point");
[INFO] [stdout]     |   -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 967 |   acs_getter!(acs_ckboard, 'a', "Checkerboard, usually like a 50% stipple");
[INFO] [stdout]     |   ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 968 |   acs_getter!(acs_darrow, '.', "Down arrow");
[INFO] [stdout]     |   ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 969 |   acs_getter!(acs_degree, 'f', "Degree symbol (like with an angle)");
[INFO] [stdout]     |   ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 970 |   acs_getter!(acs_diamond, '`', "Diamond");
[INFO] [stdout]     |   ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 971 |   acs_getter!(acs_gequal, 'z', "Greater-than or equal to.");
[INFO] [stdout]     |   --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 972 |   acs_getter!(acs_hline, 'q', "Horizontal line");
[INFO] [stdout]     |   ---------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 973 |   acs_getter!(acs_lantern, 'i', "Lantern symbol");
[INFO] [stdout]     |   ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 974 |   acs_getter!(acs_larrow, ',', "Left arrow");
[INFO] [stdout]     |   ------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 975 |   acs_getter!(acs_lequal, 'y', "Less-than or equal to.");
[INFO] [stdout]     |   ------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 976 |   acs_getter!(acs_llcorner, 'm', "Lower left corner of a box.");
[INFO] [stdout]     |   ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 977 |   acs_getter!(acs_lrcorner, 'j', "Lower right corner of a box.");
[INFO] [stdout]     |   -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 978 |   acs_getter!(acs_ltee, 't', "Left T");
[INFO] [stdout]     |   ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 979 |   acs_getter!(acs_nequal, '|', "Not-equal to.");
[INFO] [stdout]     |   --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 980 |   acs_getter!(acs_pi, '{', "Pi");
[INFO] [stdout]     |   ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 981 |   acs_getter!(acs_plminus, 'g', "Plus/Minus");
[INFO] [stdout]     |   ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 982 |   acs_getter!(acs_plus, 'n', "Plus shaped \"line\" in all four directions");
[INFO] [stdout]     |   ------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 983 |   acs_getter!(acs_rarrow, '+', "Right arrow");
[INFO] [stdout]     |   ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 984 |   acs_getter!(acs_rtee, 'u', "Right T");
[INFO] [stdout]     |   ------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 985 |   acs_getter!(acs_s1, 'o', "Horizontal Scanline 1");
[INFO] [stdout]     |   ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 986 |   acs_getter!(acs_s3, 'p', "Horizontal Scanline 3");
[INFO] [stdout]     |   ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 987 |   acs_getter!(acs_s7, 'r', "Horizontal Scanline 7");
[INFO] [stdout]     |   ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 988 |   acs_getter!(acs_s9, 's', "Horizontal Scanline 9");
[INFO] [stdout]     |   ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 989 |   acs_getter!(acs_sterling, '}', "British pounds sterling.");
[INFO] [stdout]     |   ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 990 |   acs_getter!(acs_ttee, 'w', "Top T");
[INFO] [stdout]     |   ----------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 991 |   acs_getter!(acs_uarrow, '-', "Up arrow");
[INFO] [stdout]     |   ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 992 |   acs_getter!(acs_ulcorner, 'l', "Upper left corner of a box.");
[INFO] [stdout]     |   ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 993 |   acs_getter!(acs_urcorner, 'k', "Upper right corner of a box.");
[INFO] [stdout]     |   -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> src/lib.rs:943:27
[INFO] [stdout]     |
[INFO] [stdout] 943 |         ascii: unsafe { (*acs_map.as_ptr().add(c as u8 as usize)) as u8 },
[INFO] [stdout]     |                           ^^^^^^^ shared reference to mutable static
[INFO] [stdout] ...
[INFO] [stdout] 994 |   acs_getter!(acs_vline, 'x', "Vertical line");
[INFO] [stdout]     |   -------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: this error originates in the macro `acs_getter` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "e1abc3e48c47c7dc61ddfb352a632776201adcbd37e36a482be67999a1cba33f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e1abc3e48c47c7dc61ddfb352a632776201adcbd37e36a482be67999a1cba33f", kill_on_drop: false }`
[INFO] [stdout] e1abc3e48c47c7dc61ddfb352a632776201adcbd37e36a482be67999a1cba33f
